system information

All posts tagged system information by Linux Bash
  • Posted on
    Featured Image
    Discover the handy Bash script `screenfetch` which dynamically displays Linux system information alongside your distro's ASCII logo. Ideal for quick diagnostics, this open-source tool shows data like OS, kernel version, and hardware stats. The article details installation via package managers such as `apt`, `dnf`, and `zypper` and provides troubleshooting tips and guides for maximizing use, offering insights suitable for both newbies and experienced users.
  • Posted on
    Featured Image
    Neofetch is a Bash command-line tool that enhances terminal visuals by displaying system information alongside an ASCII art logo of your OS. It is customizable, ideal for Linux users keen on refining their CLI display with details like OS version or CPU usage. Neofetch is easily installable across different Linux distributions and allows for detailed configuration to personalize what data is shown and how it appears.
  • Posted on
    Featured Image
    Neofetch is a CLI tool that stylishly displays Linux system information in the terminal. It details the OS, kernel, CPU, GPU, and more, and offers customization options. The article guides on installing Neofetch across Linux distributions like Debian, Ubuntu, Fedora, and openSUSE, and includes tips for personalizing its output. Ideal for those who value both aesthetics and function in their terminal.
  • Posted on
    Featured Image
    Explore the capabilities of `inxi`, an essential command-line tool for Linux system information reporting. This guide covers the installation and usage of `inxi`, detailing its ability to provide insights into hardware, software drivers, and network setups across different Linux distributions. Ideal for system administrators, developers, and enthusiasts looking to improve their workflow and system knowledge.
  • Posted on
    Featured Image
    This blog post details how to use procfs in Linux to access system info for Bash scripts. It covers essential `/proc` directories, providing insights into CPU, memory, and network data, and includes script examples, permission handling tips, and package management advice across various distributions. It's ideal for system admins and developers looking to enhance system monitoring and management.